POSITION MATRIX

This command will place the specified matrix at a position in 3D space.

  Syntax
POSITION MATRIX Matrix Number, X, Y, Z
POSITION MATRIX Matrix Number, Vector
  Parameters
Matrix Number
Integer
The matrix number
X
Float
The x position of the matrix
Y
Float
The y position of the matrix
Z
Float
The z position of the matrix

  Returns

This command does not return a value.

  Description

The matrix number should be an integer value. The coordinates should be real numbers.

  Example Code
make matrix 1,1000,1000,25,25
position matrix 1,0,0,0
update matrix 1
do
loop
if matrix exist(1)=1 then delete matrix 1
end
  See also

MATRIX Commands Menu
Index